Einhugur Xml Plugin for Xojo

XPathQuery.EvaluateNode Method

Evaluates a query to a single XPath node.

EvaluateNode(
   node as EinhugurXml.Node) as EinhugurXml.XPathNode

Parameters

node
The node to run the XPath query on.

Returns

EinhugurXml.XPathNode
XPathNode which can carry either Node or Attribute.

Remarks

Note that XPath queries can throw EinhugurXPathException.

See Also

XPathQuery Class